From: Ted Mielczarek Date: Thu, 18 Jan 2018 19:51:40 +0000 (-0500) Subject: Add a missing link in the book for `jobserver`. I don't know what the original X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~33^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=de64f18dc393af1d32689f3cac727bb44a7dd821;p=cargo.git Add a missing link in the book for `jobserver`. I don't know what the original intended link destination was, so I chose to link to the GNU Make documentation. --- diff --git a/src/doc/src/reference/environment-variables.md b/src/doc/src/reference/environment-variables.md index ebe3edf6b..b5f81e2d2 100644 --- a/src/doc/src/reference/environment-variables.md +++ b/src/doc/src/reference/environment-variables.md @@ -125,7 +125,8 @@ let out_dir = env::var("OUT_DIR").unwrap(); [links]: reference/build-scripts.html#the-links-manifest-key [profile]: reference/manifest.html#the-profile-sections [configuration]: https://doc.rust-lang.org/reference/attributes.html#conditional-compilation -[clang]:http://clang.llvm.org/docs/CrossCompilation.html#target-triple +[clang]: http://clang.llvm.org/docs/CrossCompilation.html#target-triple +[jobserver]: https://www.gnu.org/software/make/manual/html_node/Job-Slots.html ### Environment variables Cargo sets for 3rd party subcommands